home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6955 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  821 b 

  1. Path: god.bel.alcatel.be!btmpj7!ian
  2. From: ian@rsd.bel.alcatel.be (Ian Ward)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Tough FACTORIAL math problem...
  5. Date: 16 Feb 1996 17:57:53 GMT
  6. Organization: Alcatel Bell Telephone
  7. Distribution: world
  8. Message-ID: <4g2gj1$qpr@btmpjg.god.bel.alcatel.be>
  9. References: <4g2anb$gre@btmpjg.god.bel.alcatel.be>
  10. Reply-To: ian@rsd.bel.alcatel.be
  11. NNTP-Posting-Host: btmpj7.rsd.bel.alcatel.be
  12.  
  13.  
  14. Last one: best I can do, unless someone can show me that
  15. it doesn't work:
  16.  
  17.  
  18. int last_digit2 (num)
  19. int num;
  20. {static int fred [] =
  21.    {2,6,4,2,2,4,2,8,8,8,6,8,2,6,6,2,6,4,4,4,
  22.     8,4,6,8,8,6,8,2,2,2,4,2,8,4,4,8,4,6,6,6};
  23. return num>1?fred[(num-2)%40]:1;}
  24.  
  25.  
  26. Have a good weekend, my build has just finished,
  27. I'm going home.
  28.  
  29.  
  30. ---
  31. Ian Ward's opinions only : ian@rsd.bel.alcatel.be
  32. (For "home" read "drinking")
  33.